home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_gnome-libs.idb / usr / freeware / share / gtkrc.ru.z / gtkrc.ru
Text File  |  2002-07-08  |  2KB  |  69 lines

  1. # $(datadir)/gtkrc
  2.  
  3. style "GnomeScores_CurrentPlayer_style"
  4. {
  5.   fg[NORMAL] = {1.0, 0.0, 0.0}
  6. }
  7.  
  8. style "GnomeScores_Logo_style"
  9. {
  10.   fontset = "-freefont-garamond-*-*-*-*-30-170-*-*-*-*-iso8859-1,\
  11.           -cronyx-times-*-r-*-*-34-*-*-*-*-*-koi8-r"
  12.   fg[NORMAL] = {0.0, 0.0, 1.0}
  13. }
  14.  
  15. style "GnomeAbout_DrawingArea_style"
  16. {
  17.   bg[NORMAL] = {1.0, 1.0, 1.0}
  18. }
  19.  
  20. style "GnomeAbout_Title_style"
  21. {
  22.   fontset = "-*-helvetica-bold-r-normal-*-20-*-*-*-*-*-*-*"
  23. }
  24.  
  25. style "GnomeAbout_Copyright_style"
  26. {
  27.   fontset = "-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"
  28. }
  29.  
  30. style "GnomeAbout_Author_style"
  31. {
  32.   fontset = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"
  33. }
  34.  
  35. style "GnomeAbout_Names_style"
  36. {
  37.   fontset = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"
  38. }
  39.  
  40. style "GnomeAbout_Comments_style"
  41. {
  42.   fontset = "-adobe-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*,\
  43.              -cronyx-helvetica-medium-r-normal-*-11-*-*-*-*-*-*-*"
  44. }
  45.  
  46. style "GnomeHRef_Label_style"
  47. {
  48.   fg[NORMAL] = { 0.0, 0.0, 1.0 }
  49.   fg[PRELIGHT] = { 0.0, 0.0, 1.0 }
  50.   fg[INSENSITIVE] = { 0.5, 0.5, 1.0 }
  51.   fg[ACTIVE] = { 1.0, 0.0, 0.0 }
  52. }
  53.  
  54. style "GnomeGuru_PageTitle_style" 
  55. {
  56.  fontset = "-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"    
  57. }
  58.  
  59. widget "*GnomeScores*.CurrentPlayer" style "GnomeScores_CurrentPlayer_style"
  60. widget "*GnomeScores*.Logo" style "GnomeScores_Logo_style"
  61. widget "*GnomeAbout*.DrawingArea" style "GnomeAbout_DrawingArea_style"
  62. widget "*GnomeAbout*.Author" style "GnomeAbout_Author_style"
  63. widget "*GnomeAbout*.Comments" style "GnomeAbout_Comments_style"
  64. widget "*GnomeAbout*.Copyright" style "GnomeAbout_Copyright_style"
  65. widget "*GnomeAbout*.Names" style "GnomeAbout_Names_style"
  66. widget "*GnomeAbout*.Title" style "GnomeAbout_Title_style"
  67. widget "*GnomeHRef.GtkLabel" style "GnomeHRef_Label_style"
  68. widget "*GnomeGuru*.PageTitle" style "GnomeGuru_PageTitle_style"
  69.